| 1. | It is possible to declare an event using event accessors 可以使用事件访问器声明事件。 |
| 2. | This sample shows how to create and use event accessors 本示例演示如何创建和使用事件访问器。 |
| 3. | Uses event accessors to create a more reliable server control 使用事件访问器创建更为可靠的服务器控件。 |
| 4. | Event properties consist of event declarations accompanied by event accessors 事件属性由带事件访问器的事件声明组成。 |
| 5. | Declaring event accessors 声明事件访问器 |
| 6. | Event accessors sample >事件访问器示例 |
| 7. | Event accessors use a syntax very similar to property accessors , using an 事件访问器使用的语法非常类似于属性访问器,它使用 |
| 8. | Control uses event accessors to optimize the memory consumed by creating events on the server control 控件使用事件访问器优化在服务器控件上创建事件时所使用的内存。 |
| 9. | In order to use event accessors , the class raising the event must have a mechanism to store and retrieve handlers 引发事件的类必须具有存储和检索处理程序的机制,才能使用事件访问器。 |
| 10. | Subscribing and unsubscribing to an event uses the same syntax regardless of whether event accessors are declared by the class 无论类是否声明了事件访问器,事件的订阅和取消订阅都使用相同的语法。 |